projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41f3aa9
)
(chan_process, Vprocess_alist): Declared.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Mar 1994 23:37:02 +0000
(23:37 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 2 Mar 1994 23:37:02 +0000
(23:37 +0000)
src/process.h
patch
|
blob
|
history
diff --git
a/src/process.h
b/src/process.h
index 2ac7b59c6b71eaa11b4aafced96851d9e12cda12..47bf377661163f952fd32ec0308d1661a233c6ea 100644
(file)
--- a/
src/process.h
+++ b/
src/process.h
@@
-75,6
+75,12
@@
struct Lisp_Process
#define ChannelMask(n) (1<<(n))
+/* Indexed by descriptor, gives the process (if any) for that descriptor. */
+extern Lisp_Object chan_process[MAXDESC];
+
+/* Alist of elements (NAME . PROCESS). */
+extern Lisp_Object Vprocess_alist;
+
/* True iff we are about to fork off a synchronous process or if we
are waiting for it. */
extern int synch_process_alive;